You are here: Visual LANSA User Guide > 2. Editing Objects > 2.8 Server Modules > URL Anatomy
URL Anatomy

To send a Restful web service request as defined in your server module, the URL will be formatted like this:

{protocol}://{host}:{port}/{partition}/{language}/{version}/{servicename}/{path} 

The protocol identifier, typically http or https, indicates the name of the protocol used to fetch the resource.

The name of the machine where the resource can be found.

The port number to connect to.

Optional.  Partition will be required dependent on the value applied for partition handling.

Optional.  Language will be required dependent on the value applied for language handling.

Not available in V15.

The value nominated in the Service Name.

The specific path associated with the specific web service.  This may be a literal value or a combination of a literal and variable value.

For example:

/Employees

/Employees/100064

/Employees/105318/Notes